fixup, so that enum values are looked up.
authorTim Janik <timj@gtk.org>
Mon, 27 Jul 1998 01:50:16 +0000 (01:50 +0000)
committerTim Janik <timj@src.gnome.org>
Mon, 27 Jul 1998 01:50:16 +0000 (01:50 +0000)
commitfc7c7f466f10d58d59426fa24fbc8741e0ec61ff
treec0874cb56bfc086384cfcacb6c4f324968abade0
parent656061cb2b84e1fe7abd30d27a48718d62e97270
fixup, so that enum values are looked up.

Mon Jul 27 03:11:20 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtkbindings.c (binding_compose_params): fixup, so that enum
        values are looked up.

        * gtk/gtktypeutils.h:
        * gtk/gtktypeutils.c: new functions gtk_type_flags_find_value and
        gtk_type_enums_find_value to lookup enum values.

        * gtk/gtkctree.h:
        * gtk/gtkctree.c: change enum name from GtkCTreeExpansion to
        GtkCTreeExpansionType. fixed signal creations to pass the enum
        types not just the base type GTK_TYPE_ENUM.

        * gtk/gtkclist.h:
        * gtk/gtkclist.c: fixed signal creations to pass the real enum
        types not just the base type GTK_TYPE_ENUM.
20 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtk.defs
gtk/gtkbindings.c
gtk/gtkclist.c
gtk/gtkctree.c
gtk/gtkctree.h
gtk/gtktypebuiltins.h
gtk/gtktypebuiltins_evals.c
gtk/gtktypebuiltins_ids.c
gtk/gtktypebuiltins_vars.c
gtk/gtktypeutils.c
gtk/gtktypeutils.h
gtk/testgtkrc
tests/testgtkrc